projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97741d0
)
Do * dispnew.c (sit_for): Doc fix.
author
Jim Blandy
<jimb@redhat.com>
Sat, 20 Mar 1993 22:26:53 +0000
(22:26 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Sat, 20 Mar 1993 22:26:53 +0000
(22:26 +0000)
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index 84c5fbfaeff95a2f460e7db3d1d0b375e60976e5..ad3fbbffe58afe7e3c118e23e7c85d965403901b 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-1887,7
+1887,11
@@
sit_for (sec, usec, reading, display)
wait_reading_process_input (sec, usec, read_kbd, display);
-#if 0 /* No wait_reading_process_input available. */
+ /* wait_reading_process_input should always be available now; it is
+ simulated in a simple way on systems that don't support
+ subprocesses. */
+#if 0
+ /* No wait_reading_process_input available. */
immediate_quit = 1;
QUIT;